home *** CD-ROM | disk | FTP | other *** search
- Will someone please email to me information about Internet SLIP/PPP access in
- Charleston, SC and Sacramento, CA. I have some colleagues who need
- to have access to email and Mosaic in those cities.
-
- Also, I would appreciate the same information for Philadelphia, PA.
-
- *=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=*
- | James R. Garven
- | ----------------------------------------------------------------------
- | Department of Finance, CBA 6.222 Voice: (512) 471-6557
- | Graduate School of Business Fax: (512) 471-5073
- | University of Texas Internet: jgarven@mcl.cc.utexas.edu
- | Austin, TX 78712, U.S.A. BITNET: jim.garven@utxvm.bitnet
- *=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=*
- | Moderator of RISKNet, a worldwide Internet mailing list/ftp/gopher/world
- | wide web service devoted to risk and insurance issues:
- |1. RISKNet Mailing List: Send subscription requests to jgarven@mcl.cc.utexas.edu
- |2. World Wide Web Home Page: http://riskweb.bus.utexas.edu
- *=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=*
- From news@bigblue.oit.unc.edu Thu Apr 14 12:36:06 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA08565; Sat, 16 Apr 1994 21:43:44 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA31297; Sat, 16 Apr 1994 20:32:25 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 14 Apr 1994 17:36:06 -0500
- From: hpapaleo@magnus.acs.ohio-state.edu (HB Papaleonardos)
- Message-Id: <hpapaleo.20.00948CE9@magnus.acs.ohio-state.edu>
- Organization: The Ohio State University
- Sender: ses
- References: <hpapaleo.19.00422E00@magnus.acs.ohio-state.edu>, <2ok0ru$gqo@charm.magnus.acs.ohio-state.edu>
- Subject: Re: Dynamically Assigned Address Server, anyone?
-
- >There's nothing secret about finger @slippry1... working. I asked
- >someone for the tty <-> IP address mappings, but you could find
- >those out without any help just by querying the nameserver.
-
- Could you tell us all someplace to get them from?
-
- >You shouldn't need to write any code to make it work under Windoze.
- >If you can find a telnet client that can be redirected to a file, just
- >iterate through the terminal servers connecting to port 79.
-
- Or I could dig up the code for a finger and specialize it for
- this purpose. Anyone know of a telnet client whose output can be
- redirected to a file?
-
- --
- |"Let's not spoil what we have together by talking." --Dan Fielding|
- | hpapaleo@magnus.acs.ohio-state.edu Delphi: WTHUNDER|
- | NetworKING BBS: +1 614 868 4793 "And no place else."|
- From news@bigblue.oit.unc.edu Sun Apr 1From uli@koala.muc.de Sun Apr 17 17:15:18 1994
- Received: from colin.muc.de by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA08492; Sun, 17 Apr 1994 12:04:53 -0400
- Received: from koala by colin.muc.de with UUCP id <135952>; Sun, 17 Apr 1994 18:04:45 +0200
- Received: by koala.muc.de (1.65/waf)
- via UUCP; Sun, 17 Apr 94 15:15:22 CET
- for winsock@sunsite.unc.edu
- From: Uli Mittermaier <uli@koala.muc.de>
- Date: Sun, 17 Apr 1994 15:15:18 +0200
- Message-Id: <GrYstApNCh107h@koala.muc.de>
- Cc: winsock@sunsite.unc.edu
- To: winsock@sunsite.unc.edu
- Subject: WinSock-Progr: Problems with accept()-ing incoming connections
- X-Mailer: Helldiver 1.07 (Waffle 1.65)
- Lines: 42
-
- Hi!
-
- I am trying to program a WinSock-Server-Software in Borlands Turbo Pascal
- for Windows 1.5.
-
- At first I call WSAStartUp(), then Socket(), Bind(), Listen() and
- WSAAsyncSelect(SocketID, HWindow, WM_Connection, FD_ACCEPT).
-
- My Problem:
- When I try to call Accept() I get a error-message (WSAENOTSOCK) that the
- socket on which I want to establish the connection (the same socket that
- I created successfullly before - as mentioned above) does not exist. The
- really strange thing is, that TCPMAN of Trumpet-WinSock tells me that I try
- to establish a connection on a socket different from that I did actually
- pass to accept. For example, when I try to accept a call on socket #1 the
- WinSock-DLL tells me that I can't accept it on 12335 (that number varies).
-
- I call accept() like this:
-
- AcceptSocket:=accept(SocketID, sockad, sizeof(sockad));
-
- AcceptSocket is of type socket, SocketID is the socket I am listening,
- sockad is of type sockaddr.
- Is this correct?
-
- Has anybody experience in WinSock programming in TPW 1.5? I am also very
- interested in source code of WinSock application!
-
- Is any literature available that covers WinSock-programming?
-
- Thank you very much!!
-
- Best regards,
- Uli Mittermaier
-
- --
- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
- | Uli Mittermaier Internet: uli@koala.muc.de |
- * D-84405 Dorfen CompuServe: [100270,1200] *
- | Germany UUCP: uunet!muc.de!koala!uli |
- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
-
-